home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global slct, slcline, slfile, ngyou, mylist, zmylist, intrbal
- put intrbal / 60 into field "TMP"
- set the visible of sprite 12 to 0
- set the visible of sprite 13 to 0
- set the visible of sprite 14 to 0
- if mylist = 0 then
- set mylist to EMPTY
- set zmylist to EMPTY
- set the visible of sprite 11 to 0
- set the visible of sprite 6 to 0
- end if
- put mylist into field "Selected"
- put zmylist into field "zSelected"
- end
-
- on stopMovie
- global mylist, zmylist
- set mylist to field "Selected"
- set zmylist to field "zSelected"
- end
-
- on slect
- global slct, slcline, slfile, ngyou
- if ngyou >= 12 then
- put "テ厩テ嘉「テ韻テ栄テ鰻テ嘉。テ
[テテ12テァツーテ窶ケテツシテツシテテ" & RETURN after field "Selected"
- beep(2)
- delete line 13 of field "Selected"
- hilite line 125 of field "BOOKTITLE"
- set the visible of sprite 12 to 0
- set the visible of sprite 13 to 0
- else
- put slfile & RETURN after field "zSelected"
- put slct & RETURN after field "Selected"
- set ngyou to 1 + ngyou
- set the visible of sprite 14 to 0
- set the visible of sprite 6 to 1
- set the visible of sprite 11 to 1
- set the visible of sprite 13 to 1
- set the visible of sprite 12 to 0
- hilite line 125 of field "BOOKTITLE"
- hilite line ngyou of field "Selected"
- end if
- end
-